GET api/calendar/schedule/{start}/{end}?filters[0]={filters[0]}&filters[1]={filters[1]}&optionalParams[0]={optionalParams[0]}&optionalParams[1]={optionalParams[1]}
Get schedule given the start and end datetime.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| start | 
                         Start datetime in UTC  | 
                    date | 
                                 Required  | 
                
| end | 
                         End datetime in UTC  | 
                    date | 
                                 Required  | 
                
| filters | 
                         Schedule can be filtered by subject and location.  | 
                    Collection of Pair of string [key] and string [value] | 
                                 Required  | 
                
| optionalParams | Collection of Pair of string [key] and string [value] | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Collection of ObjectNone.
Response Formats
application/json
            Sample:
[
  {},
  {}
]
        Example Code in C#
No Sample code available.